home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Utilities / Unix / CommandMon.app / English.lproj / CommandMon.nib / data.classes next >
Text File  |  1992-12-26  |  509b  |  40 lines

  1. Indicator = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. UNIXobject = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     delegate;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Controller = {
  22.     ACTIONS = {
  23.     appDidInit:;
  24.     setTime:;
  25.     app:;
  26.     setCommand:;
  27.     setActive:;
  28.     windowWillResize:;
  29.     showInfoPanel:;
  30.     };
  31.     OUTLETS = {
  32.     infoPanel;
  33.     outputText;
  34.     unixObject;
  35.     theIndicator;
  36.     commandField;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40.